home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / utils / disk-man / load-unl.000 / load-unl / load-unload-1.1 / README < prev    next >
Encoding:
Text File  |  1995-08-28  |  1.5 KB  |  48 lines

  1. UnLoad v1.1
  2.  
  3. A small program to Load/Unload SCSI devices using the generic SCSI device.
  4.  
  5. I made this tool because of three reasons:
  6. - the location of my CD-ROM on my desk so i have to strech my arm to reach
  7.   the load/eject button (call it lazyness).
  8. - I wanted to eject my SyQuest drive by software.
  9. - I wanted to practice some SCSI programming.
  10.  
  11. This tool may only be usefull for those who have a SCSI device which supports
  12. automatic loading (like the Toshiba(tm) XM3601 CD-ROM and some CD-Recorders).
  13. But it might also be usefull if you own a SyQuest(TM) or a ZIP drive and
  14. want to eject a medium within a shell-script.
  15.  
  16. To build the program enter 'make' and 'make install' as root. Check the
  17. MakeFile to be sure it puts the binarys and manpages where you want them.
  18.  
  19. I take no responsibility for any damage caused by the use of this program.
  20. !! USE AT YOUR OWN RISK !!
  21. Note: Mounted devices *should* not eject. Neighter my XM3601 CD-ROM nor
  22.       my SyQuest SQ3270S v1.22 do eject a mounted medium !
  23.       But don't count on this.
  24.  
  25. This software may be copied under the terms and conditions of version 2 of
  26. the GNU General Public License, as published by the Free Software Foundation
  27. (Cambridge, Massachusetts).
  28.  
  29. Files in this package:
  30.  
  31. COPYING        - The GNU General Public License Version 2
  32. ChangeLog    - All changes are logged here
  33. MakeFile    - The Makefile used to build and install the package
  34. README        - This file
  35. unload.c    - The sourcecode
  36. unload.1    - The Manpage
  37.  
  38. Juergen P. Meier -  Gauting, Germany
  39.  
  40. jor@muecke.rz.fh-muenchen.de
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.